home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15124 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ and Windows95 problem?
  5. Date: 3 Apr 1996 17:04:11 GMT
  6. Organization: Borland International
  7. Message-ID: <4jub2b$52c@druid.borland.com>
  8. References: <kimjh-0204960721530001@128.158.140.106>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <kimjh-0204960721530001@128.158.140.106>, 
  15. kimjh@pdalpha.msfc.nasa.gov says...
  16. >
  17. >Hello all,
  18. >I recently change to Windows95 from Windows3.1, and noticed that my old
  19. >programs do not compile anymore. My program accesses graphics routines and
  20. >used egavag.bgi file. When I compile the code under Windows95, I get an
  21. >error stating that bgi cannot be used under windows or something of that
  22. >effect. Any ideas? Is there a compatibility problem with Borland C++ 4.0
  23. >and Windows 95. Any suggestion would be greatly appreciated.
  24.  
  25. Well, it's true that BGI does not work under Windows. You would get this error 
  26. message at compile time if you tell the compiler that you are building a 
  27. Windows application. That's usually done with the -W switch to the command line 
  28. compiler.
  29.  
  30.